[INFO] fetching crate identity 0.0.6...
[INFO] testing identity-0.0.6 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate identity 0.0.6 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate identity 0.0.6
[INFO] finished tweaking crates.io crate identity 0.0.6
[INFO] tweaked toml for crates.io crate identity 0.0.6 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate identity 0.0.6 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 766255c30c8b61fb7b9a30272c80034ecfc6a6894f0c2974fc94e39435480664
[INFO] running `Command { std: "docker" "start" "-a" "766255c30c8b61fb7b9a30272c80034ecfc6a6894f0c2974fc94e39435480664", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "766255c30c8b61fb7b9a30272c80034ecfc6a6894f0c2974fc94e39435480664", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "766255c30c8b61fb7b9a30272c80034ecfc6a6894f0c2974fc94e39435480664", kill_on_drop: false }`
[INFO] [stdout] 766255c30c8b61fb7b9a30272c80034ecfc6a6894f0c2974fc94e39435480664
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a963b85dce32ca0f78e2f23e48e473430b571ab12a4408a3b6bf5d62324ecc10
[INFO] running `Command { std: "docker" "start" "-a" "a963b85dce32ca0f78e2f23e48e473430b571ab12a4408a3b6bf5d62324ecc10", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling identity v0.0.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:391:20
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |                    ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout]     = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 391 - pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout] 391 + pub type TyPair<A, B> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:393:22
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |                      ^^^^^^     ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 393 - pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout] 393 + pub type TyTriple<A, B, C> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] running `Command { std: "docker" "inspect" "a963b85dce32ca0f78e2f23e48e473430b571ab12a4408a3b6bf5d62324ecc10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a963b85dce32ca0f78e2f23e48e473430b571ab12a4408a3b6bf5d62324ecc10", kill_on_drop: false }`
[INFO] [stdout] a963b85dce32ca0f78e2f23e48e473430b571ab12a4408a3b6bf5d62324ecc10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7643c6e5f5ae3c11b8c29ff19d7bcc06cc304ac397cd1ede764d992b6c66fcdb
[INFO] running `Command { std: "docker" "start" "-a" "7643c6e5f5ae3c11b8c29ff19d7bcc06cc304ac397cd1ede764d992b6c66fcdb", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:391:20
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |                    ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout]     = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 391 - pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout] 391 + pub type TyPair<A, B> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:393:22
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |                      ^^^^^^     ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 393 - pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout] 393 + pub type TyTriple<A, B, C> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling identity v0.0.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:391:20
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |                    ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout]     = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 391 - pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout] 391 + pub type TyPair<A, B> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:393:22
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |                      ^^^^^^     ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 393 - pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout] 393 + pub type TyTriple<A, B, C> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] running `Command { std: "docker" "inspect" "7643c6e5f5ae3c11b8c29ff19d7bcc06cc304ac397cd1ede764d992b6c66fcdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7643c6e5f5ae3c11b8c29ff19d7bcc06cc304ac397cd1ede764d992b6c66fcdb", kill_on_drop: false }`
[INFO] [stdout] 7643c6e5f5ae3c11b8c29ff19d7bcc06cc304ac397cd1ede764d992b6c66fcdb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 54fce3d7bf159f13d768725685946b85906a59e62939302d851027891730b89d
[INFO] running `Command { std: "docker" "start" "-a" "54fce3d7bf159f13d768725685946b85906a59e62939302d851027891730b89d", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stderr]    --> src/lift.rs:391:20
[INFO] [stderr]     |
[INFO] [stderr] 391 | pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stderr]     |                    ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stderr]     |
[INFO] [stderr]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stderr]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stderr]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stderr]     = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stderr] help: remove these bounds
[INFO] [stderr]     |
[INFO] [stderr] 391 - pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stderr] 391 + pub type TyPair<A, B> = Cons<A, Cons<B, Nil>>;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stderr]    --> src/lift.rs:393:22
[INFO] [stderr]     |
[INFO] [stderr] 393 | pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stderr]     |                      ^^^^^^     ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stderr]     |
[INFO] [stderr]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stderr]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stderr]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stderr] help: remove these bounds
[INFO] [stderr]     |
[INFO] [stderr] 393 - pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stderr] 393 + pub type TyTriple<A, B, C> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `identity` (lib) generated 2 warnings (run `cargo fix --lib -p identity` to apply 2 suggestions)
[INFO] [stderr] warning: `identity` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/identity-07f033e91137ee06)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test lift::test::flip_test ... ok
[INFO] [stdout] test test::inv_conv_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests identity
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "54fce3d7bf159f13d768725685946b85906a59e62939302d851027891730b89d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54fce3d7bf159f13d768725685946b85906a59e62939302d851027891730b89d", kill_on_drop: false }`
[INFO] [stdout] 54fce3d7bf159f13d768725685946b85906a59e62939302d851027891730b89d
